Laravel Video 2022 PHP Script you can create easily own video streaming or watching, video downloading portal and short video status website few minutes.
For support, email webmaster.pratik@gmail.com.
join our Facebook Group or Telegram chanel.
Apache or NGNIX server. For Video Conversion and Auto Video Thumbnail and Duration Required FMPEG, Supervisor
PHP >= 7.3
BCMath PHP Extension
Ctype PHP Extension
Fileinfo PHP Extension
JSON PHP Extension
Mbstring PHP Extension
OpenSSL PHP Extension
PDO PHP Extension
Tokenizer PHP Extension
XML PHP Extension
GD PHP Extension
FFMPEG && Supervisor (Optional)
Updating System Packages
sudo yum update -y
sudo yum install epel-release
sudo yum update
sudo yum -y install supervisor
sudo systemctl enable supervisord
sudo systemctl status supervisord
Supervisor configuration files are typically stored in the /etc/supervisord.d directory. Within this directory, you may create any number of configuration files that instruct supervisor how your processes should be monitored. For example, let's create a laravel-worker.conf file that starts and monitors queue:work processes:
Make a directory if not exists
sudo mkdir /etc/supervisord.d
Created a file
sudo nano /etc/supervisord.d/laravel-worker.ini
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /home/username/laravel/artisan queue:work --timeout=3600 --sleep=3 --tries=3 --max-time=3600
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=username
numprocs=8
redirect_stderr=true
stdout_logfile=/home/username/laravel/worker.log
stopwaitsecs=3600
Once the configuration file has been created, you may update the Supervisor configuration and start the processes using the following commands:
sudo supervisorctl reread
sudo supervisorctl update
sudo systemctl status supervisord
edit file projectpath/app/Utils/MyConstant.php
const VIDEO_RESOLUTION = [
2500 => 720,
1200 => 480,
800 => 360,
300 => 240
];
Go to your cron job settings
* * * * * cd /home/username/laravel && php artisan schedule:run >> /dev/null 2>&1
change home/username to your installation path
Go to installationPath/laravel/resources/views
Comming Soon
install Directory/resources/lang/en/meta_tags.php
Comming Soon
Disclaimer: We cannot guarantee that AdSense will be approved.